home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / draw_pla.swf / scripts / DefineButton2_294 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-05-10  |  126 b   |  9 lines

  1. on(press){
  2.    stopAllSounds();
  3.    gotoAndStop(2);
  4.    if(_root.mtrue.bar > 1)
  5.    {
  6.       _root.mtrue.bar += 12;
  7.    }
  8. }
  9.